﻿2026-07-11T00:05:32.4967482Z ##[group]Run actions/checkout@v5
2026-07-11T00:05:32.4968188Z with:
2026-07-11T00:05:32.4968626Z   repository: SaberMage/spt-core
2026-07-11T00:05:32.4973512Z   token: ***
2026-07-11T00:05:32.4973959Z   ssh-strict: true
2026-07-11T00:05:32.4974397Z   ssh-user: git
2026-07-11T00:05:32.4974856Z   persist-credentials: true
2026-07-11T00:05:32.4975398Z   clean: true
2026-07-11T00:05:32.4975859Z   sparse-checkout-cone-mode: true
2026-07-11T00:05:32.4976398Z   fetch-depth: 1
2026-07-11T00:05:32.4976835Z   fetch-tags: false
2026-07-11T00:05:32.4977284Z   show-progress: true
2026-07-11T00:05:32.4977742Z   lfs: false
2026-07-11T00:05:32.4978158Z   submodules: false
2026-07-11T00:05:32.4978612Z   set-safe-directory: true
2026-07-11T00:05:32.4979057Z env:
2026-07-11T00:05:32.4979472Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-11T00:05:32.4980059Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-11T00:05:32.4980593Z ##[endgroup]
2026-07-11T00:05:32.6756808Z Syncing repository: SaberMage/spt-core
2026-07-11T00:05:32.6758680Z ##[group]Getting Git version info
2026-07-11T00:05:32.6759535Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-11T00:05:32.7080616Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-11T00:05:32.7273351Z git version 2.43.0.windows.1
2026-07-11T00:05:32.7299157Z ##[endgroup]
2026-07-11T00:05:32.7306610Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\083e903f-aaa6-42a6-bd85-80b676900aa0\.gitconfig'
2026-07-11T00:05:32.7321027Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\083e903f-aaa6-42a6-bd85-80b676900aa0' before making global git config changes
2026-07-11T00:05:32.7322043Z Adding repository directory to the temporary git global config as a safe directory
2026-07-11T00:05:32.7325982Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-11T00:05:32.7557428Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-11T00:05:32.7767473Z https://github.com/SaberMage/spt-core
2026-07-11T00:05:32.7792369Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-11T00:05:32.7796649Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-11T00:05:32.8001256Z HEAD
2026-07-11T00:05:32.8252362Z ##[endgroup]
2026-07-11T00:05:32.8254193Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-11T00:05:33.1861430Z ##[group]Cleaning the repository
2026-07-11T00:05:33.1865375Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-11T00:05:34.4986205Z Removing target/
2026-07-11T00:05:34.5014289Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-11T00:05:34.5572160Z HEAD is now at 6bfc028 Merge 4b29512434c02998467d594dedd8965eb79212c2 into 6b5a35f122c6ffc03b2d51455feb82359420a1b0
2026-07-11T00:05:34.5594459Z ##[endgroup]
2026-07-11T00:05:34.5598341Z ##[group]Disabling automatic garbage collection
2026-07-11T00:05:34.5603474Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-11T00:05:34.5841279Z ##[endgroup]
2026-07-11T00:05:34.5841797Z ##[group]Setting up auth
2026-07-11T00:05:34.5848040Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-11T00:05:34.6078354Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-11T00:05:34.9899297Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-11T00:05:35.0125878Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-11T00:05:35.4262268Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-11T00:05:35.4515406Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-11T00:05:35.8347989Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-11T00:05:35.8650393Z ##[endgroup]
2026-07-11T00:05:35.8650914Z ##[group]Fetching the repository
2026-07-11T00:05:35.8658247Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6bfc02831fccff8f137e63d0b79b3778a9e93386:refs/remotes/pull/82/merge
2026-07-11T00:05:36.5570195Z ##[endgroup]
2026-07-11T00:05:36.5570585Z ##[group]Determining the checkout info
2026-07-11T00:05:36.5571355Z ##[endgroup]
2026-07-11T00:05:36.5576622Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-11T00:05:36.5852649Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-11T00:05:36.6074979Z ##[group]Checking out the ref
2026-07-11T00:05:36.6079603Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/82/merge
2026-07-11T00:05:36.6430047Z HEAD is now at 6bfc028 Merge 4b29512434c02998467d594dedd8965eb79212c2 into 6b5a35f122c6ffc03b2d51455feb82359420a1b0
2026-07-11T00:05:36.6447102Z ##[endgroup]
2026-07-11T00:05:36.6682490Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-11T00:05:36.6886078Z 6bfc02831fccff8f137e63d0b79b3778a9e93386
